LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

Remove(TKey) Method







The key of the element to remove.
Removes the value with the specified key from the DictionaryWithEvents<TKey,TValue>.
Syntax
public bool Remove( 
   TKey key
)
'Declaration
 
Public Overloads Function Remove( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.Remove(key)
public bool Remove( 
   TKey key
)
 function Leadtools.Medical.Workstation.DictionaryWithEvents.Remove(`0)( 
   key 
)
public: bool Remove( 
   TKey* key
) 
public:
bool Remove( 
   TKey* key
) 

Parameters

key
The key of the element to remove.

Return Value

true if the element is successfully found and removed; otherwise, it is false.
Remarks
This method returns false if key is not found in the DictionaryWithEvents<TKey,TValue>.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.